GoXam for WPF v3
Points Property (GraphLinksModelLinkData<NodeKey,PortKey>)
Northwoods.GoXam.Model Namespace > GraphLinksModelLinkData<NodeKey,PortKey> Class : Points Property
Gets or sets a collection of Points used to define the path of the link.
Syntax
public IEnumerable<Point> Points {get; set;}

Property Value

The default value is null.
Remarks
Although this data property is defined for your convenience, the model does not know about this property.
See Also

Reference

GraphLinksModelLinkData<NodeKey,PortKey> Class
GraphLinksModelLinkData<NodeKey,PortKey> Members